Resource Path: /api/credential
Uri: http://doc.jamsscheduler.com/api/credential
Description
Updates an existing Credential object or creates new definition if it doesn't exist.
Request
The request body is of type Credential.
A Models.Credential object
Overview
 |
Credential
 |
description : string
|
 |
fingerprint : string
|
 |
lastChangeUTC : string
|
 |
logonUserName : string
|
 |
password : string
|
 |
privateKey : string
|
 |
encryptedPrivateKey : string
|
 |
encryptedPassword : string
|
 |
publicKey : string
|
 |
credentialID : integer
|
 |
credentialName : string
|
 |
keyFileContent : string
|
 |
 |
 |
identifier : string
|
 |
inherited : boolean
|
 |
flags : string
|
 |
accessList : Array[string]
|
|
|
|
Response
The response body is of type string.
OK
See Also